MAUI | ComponentOne
C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / FlexGridDetailProvider<TItem> Class / ShowDetailAsync Method
The index of the original row.
In This Topic
    ShowDetailAsync Method (FlexGridDetailProvider<TItem>)
    In This Topic
    Shows the detail row.
    Syntax
    public Task ShowDetailAsync( 
       int index
    )

    Parameters

    index
    The index of the original row.
    See Also